home *** CD-ROM | disk | FTP | other *** search
/ Publication 6 / Publication_06_19xx_High-Tech_de_Side_A.d64 / text-slide-fx! (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  362b  |  13 lines

  1. 10 a$="publication - read it !"
  2. 11 forg=1to40:iflen(a$)<40thena$=a$+" "
  3. 12 next
  4. 13 for a=len(a$) to 0 step -1
  5. 14 print right$(a$,len(a$)-a);"[145]"
  6. 15 next
  7. 16 rem ********************************
  8. 17 rem *                              *
  9. 18 rem *  text-slide-fx by zeitgeist  *
  10. 19 rem *      for publication #6      *
  11. 20 rem *                              *
  12. 21 rem ********************************
  13.